func runtime.fmin32

one use

	runtime (current package)
		minmax.go#L23: func fmin32(x, y float32) float32 { return fmin(x, y) }